home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / frame_134 / DoAction.as
Text File  |  2008-03-12  |  220b  |  9 lines

  1. gamePaused = false;
  2. gameInProgress = true;
  3. gameActions();
  4. pad.left.gotoState = "normal";
  5. pad.right.gotoState = "normal";
  6. pad.left.gotoAndPlay("appear");
  7. pad.right.gotoAndPlay("appear");
  8. padIntroInitiated = true;
  9.